@charset "utf-8";

/*声明 WebFont*/
@font-face {
    font-family: 'cyuen2hks';
    src: url('../fonts/cyuen2hks-light.eot');
    /* IE9 Compat Modes */
    src:
        /* url('../fonts/cyuen2hks-light.eot') format('embedded-opentype'), */
        /* IE6-IE8 */
        url('../fonts/cyuen2hks-light.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/cyuen2hks-light.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/cyuen2hks-light.svg') format('svg');
    /* Legacy iOS */
}

/*使用选择器指定字体*/

.cyuen2hks {
    font-family: 'cyuen2hks';
}


/*-----------------初始化---------------------*/
/*body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }*/
* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    color: #3a3a3a;
    font-family: 'Source Han Sans','Microsoft YaHei', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    height: 100%;
    min-width: 1200px;
}


ul,
ol,
li {
    list-style: none;
}

var,
em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #3a3a3a;
}

.btn:hover {
    -webkit-filter: grayscale(20%);
    -moz-filter: grayscale(20%);
    -ms-filter: grayscale(20%);
    -o-filter: grayscale(20%);
    filter: grayscale(20%);
}

img {
    display: inline;
    border: 0 none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.w1100 {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.w1200 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.w1300 {
    position: relative;
    width: 1300px;
    margin: 0 auto;
}

.w1400 {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.w1500 {
    position: relative;
    width: 1500px;
    margin: 0 auto;
}

.w1600 {
    position: relative;
    width: 1600px;
    margin: 0 auto;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mr40 {
    margin-top: 40px;
}

.mr50 {
    margin-top: 50px;
}

.mr20 {
    margin-right: 20px;
}

/* header */
.header {
    background-color: transparent;
    height: 100px;
}

.logo_box {
    display: table;
    float: left;
    height: 100%;
}

.logo {
    display: table-cell;
    vertical-align: middle;
}

.logo img {
    display: block;
}

.nav {
    line-height: 80px;
    float: right;
}

.nav li {
    float: left;
    margin-left: 30px;
    background: none !important;
}

.nav li:nth-of-type(1){
    margin-left: 0;
}

.nav li a {
    font-weight: bold;
}

.nav li a:hover {
    text-decoration: underline;
}

/* banner */
.banner {
    height: 800px;
    background: url("../images/banner.jpg")no-repeat center/auto 100%;
}

/* page1 */
.title_en {
    position: relative;
    font-size: 32px;
    color: #3131a3;
    text-align: center;
    line-height: 56px;
    text-transform: Uppercase;
}

.title_en::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    display: block;
    content: '\20';
    width: 60px;
    height: 1px;
    background-color: #3131a3;
}

.title_cn {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
}

.section-page {
    padding: 50px 0 110px 0;
    background-color: #FFFFFF;
}

.page_desc {
    font-size: 12px;
    color: #6c6c6c;
    text-align: center;
    line-height: 24px;
}

.purpose_list {
    margin-top: 50px;
}

.purpose_list li {
    float: left;
    width: 260px;
    height: 200px;
    background-color: #fff;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 0 20px rgba(108, 108, 218, .05);
    margin-right: 53px;
}

.purpose_list li:last-child {
    margin-right: 0;
}

.purpose_img {
    width: 64px;
    height: 64px;
    margin: 12px auto 0 auto;
    display: block;
}

.purpose_name {
    font-size: 17px;
    line-height: 40px;
    width: 120px;
    border-bottom: solid 1px #dbdbdb;
    margin: 0 auto;

}

.purpose_desc {
    font-size: 12px;
    color: #6c6c6c;
    line-height: 24px;
    margin-top: 6px;
}

/* page2 */
.page2 {
    padding: 50px 0 120px 0;
    background-color: #edeff0;
}

.qualification_box {
    position: relative;
    margin-top: 65px;
}

.qualification_swiper {
    width: 1050px;
    height: 470px;
    overflow: hidden;
    display: block;
}

.swiper-prev,
.swiper-next {
    position: absolute;
    top: 50%;
    margin-top: -43px;
    width: 39px;
    height: 86px;
    background: url("../images/next_btn.png") no-repeat center/100% 100%;
    cursor: pointer;
    outline: none;
}

.swiper-prev {
    left: 0;
}

.swiper-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.qualification_box .swiper-button-disabled {
    opacity: .5;
}

.qualification_img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* page3 */
.page3 {
    padding: 50px 0 120px 0;
    background-color: #f7f7f7;
}

.news_main {
    margin-top: 80px;
}

.news_swiper {
    width: 580px;
    height: 380px;
    float: left;
}

.news_pagination {
    position: absolute;
    text-align: center;
    z-index: 2;
}

.news_main .news_swiper .news_pagination span {
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 1;
    margin: 0 8px;
}

.news_main .news_swiper .news_pagination span.swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 15px;
}

.news_link {
    display: block;
    width: 100%;
    height: 100%;
}

.news_swper_img {
    width: 100%;
    height: 100%;
}

.news_box {
    float: right;
    width: 580px;
}

.news_list li {
    border-bottom: dashed 1px rgba(108, 108, 108, .3);
    padding-top: 10px;
    padding-bottom: 10px;
}

.news_name {
    float: left;
    width: 500px;
    font-size: 16px;
}
.news_name a:hover{
    text-decoration: underline;
}
.news_date {
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #6c6c6c;
}

.news_desc {
    line-height: 24px;
    color: #6c6c6c;
    margin-top: 10px;
}

.more_btn {
    display: block;
    color: #fff;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    background-color: #5858d6;
    background: linear-gradient(to bottom, #3838aa 0%, #5858d6 100%);
    background: -webkit-linear-gradient(top, #3838aa 0%, #5858d6 100%);
    box-shadow: 0 2px 10px rgba(89, 89, 215, .5);
    margin-top: 36px;
    float: right;
}

/* footer */
.footer {
    background-color: #282928;
    height: 100px;
    clear: both;
}

.ft_info {
    font-size: 12px;
    color: #6a6a6a;
    line-height: 25px;
    float: left;
    margin: 25px 0 25px 40px;
    padding-left: 25px;
    border-left: solid 1px #6a6a6a;
}

.ft_info a {
    color: #6a6a6a;
}

.ft_info span {
    padding: 0 10px;
}

.ft_info a:hover {
    color: #ddd;
    text-decoration: underline;
}

.pop {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
}

.pop_main {
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 703px;
    margin-left: -300px;
    margin-top: -350px;
    animation: zoom .6s ease;
    -webkit-animation: zoom .6s ease;
}

.close {
    position: absolute;
    right: -40px;
    top: 0;
    width: 33px;
    height: 33px;
    background: url('../images/close.png') no-repeat center / 100% 100%;
    text-indent: -999em;
    overflow: hidden;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pop_qualification_swiper {
    width: 500px;
    height: 703px;
}

.pop-swiper-prev,
.pop-swiper-next {
    position: absolute;
    top: 50%;
    margin-top: -43px;
    width: 38px;
    height: 85px;
    background: url("../images/next_btn1.png") no-repeat center/100% 100%;
    cursor: pointer;
    outline: none;
}

.pop-swiper-prev {
    left: -70px;
}

.pop-swiper-next {
    right: -70px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pop_body .swiper-button-disabled {
    opacity: .5;
}

/* news */
.news_banner{
    height: 403px;
    background: url("../images/news_banner.jpg")no-repeat center/auto 100%;
}
.page_title{
   position: absolute;
   top: 150px;
   left: 0;
   color: #fff;
}
.page_title_cn{
    font-size: 44px;
    line-height: 60px;
}
.page_title_en{
    font-size: 16px;
    text-transform: Uppercase;
    border-top: solid 1px #fff;
    line-height: 32px;
    float: left;
    margin-top: 8px;
}
/* breadcrumb */
.breadcrumb_page{
    background-color: #f0eeed;
    line-height: 40px;
}
.breadcrumb1{
    text-align: right;
    color: #666;
}
.breadcrumb1 a{
    text-decoration: underline;
}
.breadcrumb1 a:hover{
color: #3131a3;
}

.news_page{
    background-color: #f7f7f7;
    padding-top:60px;
    padding-bottom: 200px;
}

.newspage_list li{
    margin-bottom: 40px;
}
.nwespage_img{
    width: 183px;
    height: 120px;
    float: left;
    margin-right: 32px;
    display: block;
    overflow: hidden;
}
.nwespage_img img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.nwespage_img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.nwespage_info{
    overflow: hidden;
    height: 120px;
    border-bottom: dashed 1px rgba(108, 108, 108, .3);
}
.content{
 line-height: 30px;
 color: #666;
 border-top: solid 1px #ccc;

 margin-top: 50px;

}
.content img{
    max-width: 100%;
    height: auto;
}
.newspage_name{
    font-size: 26px;
    text-align: center;
    font-weight: normal;
    color: #333;
    line-height: 40px;
}
.newspage_date{
    color: #999;
    text-align: center;
    margin-top: 10px;
}


/* 分页 */
.myPage {
    text-align: center;
    font-size: 12px;
}
.myPage a{
    background-color:#dbdbdb ;
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
}
.myPage span{
    background-color:#5252cd;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
}

/* side_nav */
.side_nav{
    position: absolute;
    top: 0;
    width: 260px;
    line-height: 48px;
    text-align: center;
    background-color: #f8f8f8;
    box-shadow: 0 2px 10px #ccc;
    z-index: 10;
}
.side_nav li a{
    width: 267px;
    height: 48px;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.side_nav li.active a{
    color: #fff;
    background: url("../images/side_nav.png") no-repeat 0 0/100% 100%;
}

/* float_menu */
.float_menu{
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
}
.float_menu li{
    display: block;
    width: 55px;
    height: 55px;
    background-color: #ddd;
    margin-top: 4px;
    background-image: url("../images/totop.png") ;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}
.menu_text{
    display: none;
    position: relative;
    box-sizing: border-box;
    padding-top: 9px;
    width: 100%;
    height: 100%;
    background-color: #4f5e9a;
    text-align: center;
    line-height: 18px;
    color: #fff;
}
.float_menu li:hover .menu_text{
    display: block;
}
.qrcode{
    position: absolute;
    width: 110px;
    height: 110px;
    right: 64px;
    top: 0;
    background-color: #fff;
    border: solid 1px #878b9a;
    border-radius: 4px;
    overflow: hidden;
}
.qrcode img{
    width: 100%;
    height: 100%;
    display: block;
}

.menu_text::before{
    position: absolute;
    left: -6px;
    top: 18px;
    display: block;
    content: '\20';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid #4f5e9a;
    border-bottom: 8px solid transparent;
}

.float_menu .wx_icon{
    background-color: #4f5e9a;
}
.float_menu .top_icon{
    background-position: 0 -55px;
    display: none;
}

/* active_content */
.active_content{
    width: 914px;
    box-shadow: 0 2px 10px #ccc;
    float: right;
    padding: 35px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.content_title{
    font-size: 16px;
    font-weight: bold;
}
.station_list li{
float: left;
box-shadow: 1px 1px 5px rgba(0,0,0,.16);
border-radius: 6px;
padding-top: 15px;
text-align: center;
    width: 190px;
    height: 90px;
    margin-top: 30px;
    margin-right: 30px;
    box-sizing: border-box;
    font-family: Microsoft YaHei,Arial,Helvetica,sans-serif!important;
    cursor: pointer;
    background-image: linear-gradient(to bottom right,#fff 40%,#fbf7de);
    border: 1px solid transparent;

}
.station_list li:hover{border:1px solid #ff8000;background:#fff1e3!important}



.station_list li:nth-child(4n){
    margin-right: 0;
}
.station_title{
    font-size: 16px;
    line-height: 30px;
}
.divider{
    width: 30px;
    height: 1px;
    background-color: #7fa9f4;
    margin: 15px 0 15px;
}
.host{
    color:#8c8c8c;
    word-break: break-all;
}
.cooperation_page{
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 200px;
}

/* cooperationQuery */
.nodata{
text-align: center;
color: #8c8c8c;
padding: 50px 0;
font-size: 16px;
}
.search_box{
    width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.search_inpbox{
    width: 480px;
    height: 54px;
    line-height: 54px;
    border-radius: 54px;
    background:url(../images/search.png)no-repeat 25px center/auto #fafafa;
    box-sizing: border-box;
    padding-left: 60px;
    float: left;
}
.search_inpbox input{
    border: none;
    background: none;
    outline: none;
    height: 54px;
    line-height: 54px;
    width: 100%;
    font-size: 16px;
}
.search_btn {
    display: block;
    color: #fff;
    width: 170px;
    height: 54px;
    line-height: 54px;
    border-radius: 54px;
    text-align: center;
    background-color: #4343b9;
    font-size: 18px;
    float: right;
}
.authorize_main{
    margin-top: 130px;
    border-top: solid 1px rgba(204, 204, 204, .4);

}
.authorize_title{
    color: #3a3a3a;
    font-size: 24px;
    border-bottom: solid 1px rgba(204, 204, 204, .4);
    line-height: 70px;
    font-weight: bold;
    padding-top: 20px;
}

.authorize_box li{
    width: 310px;
    height: 140px;
    background-color: #fafafa;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    padding-top: 30px;
    margin: 40px 45px 0 45px;
    float: left;
}
.company_name{
    font-size: 17px;
    color: #3a3a3a;
}
.company_code{
    font-size: 18px;
    color: #8c8c8c;
}

.authorize_bg{
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 690px;
    height: 775px;
    margin-left: -345px;
    margin-top: -386px;
    animation: zoom .6s ease;
    -webkit-animation: zoom .6s ease;
    background: url(../images/authorize_bg.jpg) no-repeat center/100% 100%;
}

.authorize_text{
    padding-left: 124px;
    padding-top: 260px;
    color: #5e6062;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
}
.authorize_time{
    color: #851e21;
}
.seal{
    position: absolute;
    left: 158px;
    top: 530px;
    display: none;
    width: 170px;
    height: 170px;
}
.seal_3361{
    background: url(../images/seal_3361.png) no-repeat center/100% 100%;
}
.seal_3362{
    background: url(../images/seal_3362.png) no-repeat center/100% 100%;
}
.seal_3363{
    background: url(../images/seal_3363.png) no-repeat center/100% 100%;
}
.seal_xw{
    position: absolute;
    right: 158px;
    top: 530px;
    display: block;
    width: 170px;
    height: 170px;
    background: url(../images/seal_xw.png) no-repeat center/100% 100%;
}



/* css判断屏幕大小 */
.pc {
    display: block;
}
.mobile{
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 750px){
    body{
        min-width: auto;
    }
    .pc {
        display: none;
    }
    .mobile{
        display: block;
    }
}

/* 文章详情页移动端效果，复制移动端的2021.3.22 */
.mobile .wrap{width:7.5rem;margin:0 auto;background:#F7F7F7;}
.mobile .xwTop{height:.8rem;padding:0 .3rem;position:fixed;left:50%;top:0;width:7.5rem;margin-left:-3.75rem;background:#fff;z-index:999;border-bottom:.01rem solid #EDEDED;box-sizing: border-box;}
.mobile .navMenu{position: absolute;right: .3rem;top:0;height:.6rem;width:.6rem;margin:.1rem 0;background:url(../images/navmenu.png) no-repeat 0 0 / .6rem auto;}
.mobile .navMenu.act{background-position:0 -.6rem;}
.mobile .navbar{width:4.6rem;background:#fff;position:fixed;top:0;right:-5rem;padding-top:1.4rem;height:100%;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;z-index: 99;}
.mobile .navbar li{text-align: center;line-height: 1rem;padding: 0 .5rem;    margin-bottom: .2rem;}
.mobile .navbar li a{color:#3a3a3a;font-size:.3rem;display: block;font-weight:700;}
.mobile .navbarBg{position: fixed;z-index:9;top: 0;right: 0; left: 0;bottom: 0;background: rgba(0,0,0,.7);display:none;}
.mobile .navbar.act{right:0;}
.mobile .xwCenter{padding-top:.8rem;width:100%;}
.mobile .xwBox{margin-bottom:.1rem;width:100%;background:#fff;padding:.3rem;box-sizing: border-box;}
.mobile .xwTit{height:.64rem;border-bottom:.01rem solid #EFEFEF;}
.mobile .xwTit .xwTitLt{height:.3rem;border-left:.02rem solid #3131A3;margin:.1rem 0;width:100%;line-height:.31rem;}
.mobile .xwTit .xwTitLt h3{float:left;padding-left: .1rem;    font-size: .3rem;}
.mobile .xwTit .xwTitLt a{float:right;color:#3131a3;}
.mobile .xwJj{font-size: .24rem;color: #6c6c6c;padding: .24rem 0;line-height: .4rem;}
.mobile .qualification_box{margin-top:.3rem;position:relative;}
.mobile .qualification_swiper .swiper-slide img{border: .03rem solid #EDEDED;width:2.18rem;}
.mobile .swiper-prev,.mobile .swiper-next{background:url(../images/arrow.png) no-repeat 0 0 / .45rem auto;height:.45rem;width:.18rem;position:absolute;outline: none;top: 50%;margin-top: -.225rem;z-index: 9;}
.mobile .swiper-prev{left: -.24rem;}
.mobile .swiper-next{right: -.2rem;    background-position: -.27rem 0;}
.mobile .pop-swiper-prev,.mobile .pop-swiper-next{background:url(../images/poparrow.png) no-repeat 0 0 / 1rem auto;height:1rem;width:.4rem;position:absolute;outline: none;top: 50%;margin-top: -.4rem;z-index: 9;}
.mobile .pop-swiper-prev{left:-.6rem;}
.mobile .pop-swiper-next{right:-.6rem;    background-position: -.6rem 0;}
.mobile .newList{padding:.1rem 0;}
.mobile .newList li{height:2rem;width:100%;padding-bottom:.4rem;border-bottom:1px dashed #D9D9D9;padding: .4rem 0;}
.mobile .newList li .slt{    width: 1.8rem;height:1.18rem;float:left;}
.mobile .newList li a{display:block;height:1.2rem;}
.mobile .newBox{float: left;width:4.9rem; margin-left: .2rem;height:1.15rem;overflow: hidden;}
.mobile .newBox .newTit{width: 100%;line-height: .45rem;height: .45rem;margin-top: .05rem;}
.mobile .newBox .newTit h3{float: left;color:#3a3a3a;font-size:.24rem;width:3.2rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.mobile .newBox .newTit span{float: right;color:#6c6c6c; font-size: .22rem;}
.mobile .newBox .newTxt{color: #6c6c6c;line-height: .34rem;font-size: .22rem;width: 100%;float: left;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;}
.mobile .newAll{text-align:center;padding: .4rem 0 .6rem 0;}
.mobile .newAll a{color: #5252cd;font-size: .24rem;font-weight: 700;text-decoration: underline;}
.mobile .xwWe h3{text-align: center;font-size: .3rem;font-weight: normal;line-height: .8rem;    color: #666;}
.mobile .xwWe img{width:2rem;height:2rem;display:block;margin:0 auto;}
.mobile .xwWe p{text-align: center;color: #6c6c6c;font-size: .24rem;padding-top: .2rem;padding-bottom: .3rem;}
.mobile .xwFooter{background:#282928;padding:.6rem .4rem;}
.mobile .xwFooter img{width:3.2rem;margin: 0 auto;display: block;}
.mobile .ftTxt{text-align:center;color:#6c6c6c;padding-top:.4rem;font-size: .24rem;}
.mobile .ftTxt p{line-height: .4rem;}
.mobile .ftTxtA{color:#6c6c6c;padding-bottom: .1rem;}
.mobile  a{color:#6c6c6c;margin:0 .2rem;}
.mobile .pop{position:fixed;z-index:9999;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,.7);display:none}
.mobile .pop_main{position:fixed;left:50%;top:50%;width:6rem;height:8rem;margin-left:-3rem;margin-top:-4rem;animation:zoom .6s ease;-webkit-animation:zoom .6s ease}
.mobile .close{position: absolute;right: 0;top: -.7rem;width: .5rem; height: .5rem;background: url(../images/close.png) no-repeat center / .5rem auto;font-size: 0;}
@-webkit-keyframes zoom{from{-webkit-transform:scale(0);transform:scale(0)}
to{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes zoom{from{-webkit-transform:scale(0);transform:scale(0)}
to{-webkit-transform:scale(1);transform:scale(1)}
}
.mobile .pop_qualification_swiper,.mobile .pop_body{width:6rem;height:8rem;}
.mobile .purpose_list {margin: .2rem auto;overflow:hidden;}
.mobile .purpose_list li {    float: left;width: 3.05rem;height: 2.2rem;background-color: #fff;text-align: center;border-radius: .5rem;box-shadow: 0 0 0.2rem rgba(108, 108, 218, .2);margin: .2rem;}
.mobile .purpose_img {width: .64rem;height: .64rem;margin: .12rem	auto 0 auto;display: block;}
.mobile .purpose_name {font-size: .24rem;line-height: .48rem;width: 1.2rem;border-bottom: solid .01rem #dbdbdb;margin: 0 auto;}
.mobile .purpose_desc {font-size: .2rem;color: #6c6c6c;line-height: .32rem;margin-top: .1rem;}

/******内页*******/
.mobile .xwBox.nyBox{padding-top:0;margin-bottom:0;}
.mobile .paging{width: 100%;letter-spacing: .02rem;font-size: .24rem;text-align: center;color:#999;margin-top: .5rem;margin-bottom: .3rem;}
.mobile .paging b{color:#4f4fcd;padding-right: .05rem;}
.mobile .paging a{padding: .1rem;color:#666;font-size: .26rem;margin: 0 .2rem;}
.mobile .xwTop h3{width:100%;text-align:center;height: .8rem;line-height:.8rem;font-size: .34rem;}
.mobile .fh{position:absolute;left:.3rem;top:.2rem;width:.4rem;height:.4rem;background: url(../images/fh.png) no-repeat center left / .19rem auto;font-size:0;}

.mobile .wzTit{text-align:center;    border-bottom: solid .01rem #ccc;padding-bottom:.2rem;margin-bottom:.3rem;}
.mobile .wzTit h3{color: #333;font-size: .25rem;}
.mobile .wzTit p{color: #999;    padding-top: .1rem;font-size:.2rem;}
.mobile .wzTxt{color: #666;line-height: .36rem;font-size:.22rem;    padding-bottom: 1rem;}
.mobile .wzTxt img{max-width:100%;height:auto!important;    padding: .2rem 0;}


.swiper-container {
    width: 100%;
    padding: 80px 0;
}

.swiper-slide {
    background: #fff;
    width: 300px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.15);*/
    border-radius: 8px;
    overflow: hidden;
}

.swiper-slide img:nth-of-type(1) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}


.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

.pagination li {
    display: inline-block;
}

.pagination li a,
.pagination li span {
    display: inline-block;
    padding: 6px 12px;
    border: 1.5px solid #d1d5db; /* light gray border */
    border-radius: 6px;
    color: #374151; /* dark gray text */
    text-decoration: none;
    min-width: 32px;
    text-align: center;
    user-select: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.pagination li a:hover {
    background-color: #e0e7ff; /* light indigo bg on hover */
    border-color: #6366f1; /* indigo border */
    color: #4f46e5; /* indigo text */
    cursor: pointer;
}

.pagination li.active span {
    background-color: #4f46e5; /* indigo bg */
    border-color: #4338ca; /* darker indigo border */
    color: #fff;
    font-weight: 700;
    cursor: default;
}

.pagination li.disabled span {
    color: #9ca3af; /* gray text */
    border-color: #e5e7eb; /* lighter border */
    background-color: #f9fafb; /* very light bg */
    cursor: default;
}

.pagination li.disabled a {
    pointer-events: none;
    cursor: default;
    color: #9ca3af;
}

.upload-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
    background-image: url('../images/icon17.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    transition: transform 0.3s ease;
}
.upload-icon:hover {
    transform: scale(1.1);
}

.nav > li > a:hover {
    text-decoration: none !important;
}

.nav > li > a > span:nth-of-type(1):hover {
    color: #343ca5 !important;
}

.nav > li {
    padding: 10px;
}

.nav > li:hover {
    background-color: #FFFFFF !important;
}

.nav > li:hover {
    background-color: #FFFFFF !important;
}

.nav > li > a {
    font-size: 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.nav-title-zh {
    color: #FFFFFF;
    font-weight: normal;
}
.nav-title-en {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    line-height:22px
}

.nav > li:hover {
    background-color: rgba(255, 255, 255, 0.5)!important;
}

.nav > li:hover .nav-title-zh,
.nav > li:hover .nav-title-en {
    color: #343ca5 !important;
}

/* 当前激活项样式 */
.nav > li.active {
    background-color: rgba(255, 255, 255, 0.5)!important;
}

.nav > li.active .nav-title-zh,
.nav > li.active .nav-title-en {
    color: #343ca5!important;
    font-weight: bold!important;
}

.img-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.img-wrapper > img:first-child {
    width: 100%;
    height: 100%;
    display: block;
}

/* 四边框图样式 */
.border-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
}
.border-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
}
.border-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 100%;
}
.border-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
    z-index: 100;
    user-select: none;
}

.nav-button:hover {
    background-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.nav-button.prev {
    left: 300px;
}

.nav-button.next {
    right: 300px;
}
.el-loading-spinner {
    left: 50% !important;
}
.certificate-font >span {
    font-family: "SimHei";
    font-weight: bold;
    font-size: 16px;
    display: inline-block; /* 或 block */
    word-break: break-word; /* 自动换行（英文） */
    white-space: normal;    /* 默认允许换行 */
    text-align: center;
}

.content img {
    display: block;      /* 使图片变成块级元素 */
    margin: 0 auto;      /* 居中 */
    max-width: 100%;     /* 防止图片超出容器宽度 */
    height: auto;
}

.content p {
    margin: 1em 0;
}

.content table {
    width: 100%;
    border-collapse: collapse;
}

.content table td, .content table th {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}



.marquee-container {
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.marquee-item {

}

.auth-query-mask {
    opacity: 0.7;
    transition: opacity 0.3s ease; /* 可选：增加平滑过渡 */
}

.auth-query-mask:hover {
    opacity: 1;
}

.image-container {
    overflow: hidden;
    border-radius: 8px;
}

.image-container img {
    transition: transform 0.3s ease;
}

.image-container img:hover {
    transform: scale(1.1);
}